Revision: hackerlab--devo--1.0--patch-59
Archive: lord@emf.net--2004
Creator: Tom Lord <lord@emf.net>
Date: Wed May 12 10:56:15 PDT 2004
Standard-date: 2004-05-12 17:56:15 GMT
Modified-files: char/pika-escaping.c
    tests/char-tests/unit-pika-escaping.c
New-patches: lord@emf.net--2004/hackerlab--devo--1.0--patch-59
Summary: change pika_unescape default
Keywords: 


Previously, if you passed 0 for escape_classes to pika_unescape
routines, it assumed that you didn't mean to and substituted some
other value.  Now it doesn't and 0 means 0 --- turning the unescaping
transform into an identity function (nothing gets escaped).


